home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / blrmu13.zip / DIVOP.DOC < prev    next >
Text File  |  1991-10-14  |  800b  |  31 lines

  1. *-----------------------------------------------------
  2. *   DIVOP.DOC
  3. *-----------------------------------------------------
  4. *   DIVOP = Display Interrupt Vectors On Printer
  5. *-----------------------------------------------------
  6.  
  7.     DIVOP displays interrupt vectors on the printer,
  8.     for all interrupts from 00 to FF,
  9.     with the option of :
  10.     all int vectors,
  11.     empty int vectors,
  12.     used int vectors -
  13.  
  14.  
  15.     vector table syntax : ( lo-hi format )
  16.     offset : segment
  17.     (word) : (word)
  18.  
  19.     display syntax :      ( hi-lo format )
  20.     segment : offset
  21.     (word)    (word)
  22.  
  23.  
  24.      syntax :
  25.               divop a  ( all int vectors )
  26.               divop e  ( empty only int vectors )
  27.               divop u  ( used only int vectors )
  28.  
  29.   Bud Rasmussen
  30.   10/14/91
  31.